ComponentOne ASP.NET MVC Controls
OnClientRefreshed Method

C1.Web.Mvc.Fluent Namespace > ControlBuilder<TControl,TBuilder> Class : OnClientRefreshed Method
The value.
Configurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents.
Syntax
'Declaration
 
Public Function OnClientRefreshed( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientRefreshed( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ControlBuilder<TControl,TBuilder> Class
ControlBuilder<TControl,TBuilder> Members